home *** CD-ROM | disk | FTP | other *** search
/ The Essential Home & Business Collection / The Essential Home & Business Collection.iso / 27 / 3 / 5 / HP22D5.ZIP / EXTERN / FF < prev    next >
Text File  |  1991-04-16  |  172b  |  18 lines

  1. ff.obj: ff.c
  2.     cl /Alfw /c /Oalt /Gs ff.c
  3.  
  4. ffaux.obj: ffaux.asm
  5.     masm ffaux;
  6.  
  7. ff.exe: ff.obj ffaux.obj
  8.     link ff+ffaux,,,startup/MAP/NOE;
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.